Skip to content

chore: migrate flake8 config from tox.ini to ruff in pyproject.toml#3828

Open
Pawansingh3889 wants to merge 1 commit intodlt-hub:develfrom
Pawansingh3889:chore/3346-move-flake8-config-to-ruff
Open

chore: migrate flake8 config from tox.ini to ruff in pyproject.toml#3828
Pawansingh3889 wants to merge 1 commit intodlt-hub:develfrom
Pawansingh3889:chore/3346-move-flake8-config-to-ruff

Conversation

@Pawansingh3889
Copy link
Copy Markdown
Contributor

Closes #3346

Migrates remaining flake8 config from tox.ini to ruff equivalents in pyproject.toml and deletes tox.ini. Follows maintainer suggestion to move to ruff instead of keeping flake8.

Migrated:

banned-modules → [tool.ruff.lint.flake8-tidy-imports.banned-api]
per-file-ignores → [tool.ruff.lint.per-file-ignores]
extend-immutable-calls → [tool.ruff.lint.flake8-bugbear]

@zilto zilto self-assigned this Apr 7, 2026
@zilto zilto added the repo Repository setup and maintenance (CI, linting, tests, etc.) label Apr 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

repo Repository setup and maintenance (CI, linting, tests, etc.)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

chore: move all tooling to pyproject.toml

2 participants